j3deditor.bin.hierarchy.util
Interface Pasteable

All Known Implementing Classes:
J3DeScene

public interface Pasteable

Identifies the instance of implementing class as a container where other hierarchy objects can be pasted into.

Author:
Risto Seene

Method Summary
 void pasteContent(HierarchyNode[] objects)
          Pastes the given objects into implementing object.
 

Method Detail

pasteContent

void pasteContent(HierarchyNode[] objects)
Pastes the given objects into implementing object.

Parameters:
objects - an array of objects that will be pasted